validFromSlot
readonly validFromSlot!: ( slot: bigint | number ) => TxBuilderRunner
slot:bigint|number(POSIX time with millisecond precision)
Sets the validity interval start of the transaction to the specified slot,
use validFrom for POSIX time instead.
returns a reference to the same TxBuilderRunner.